home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_2282 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  249 b   |  17 lines

  1. on(press){
  2.    _root.fade.play();
  3.    stopAllSounds();
  4.    if(_root.even14 == 1)
  5.    {
  6.       _root.gotoAndStop(49);
  7.    }
  8.    else if(_root.demo == 0)
  9.    {
  10.       _root.gotoAndStop(10);
  11.    }
  12.    else
  13.    {
  14.       _root.gotoAndStop(75);
  15.    }
  16. }
  17.